ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing.Search Namespace / IndexQuery<T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (IndexQuery<T>)
    In This Topic
    Returns an enumerator that iterates through the IndexQuery<T>.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of T)
    public abstract System.Collections.Generic.IEnumerator<T> GetEnumerator()
    See Also